home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / config.kcfg / xinecfg.kcfg < prev   
Extensible Markup Language  |  2008-08-13  |  902b  |  24 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Author: Ian Monroe, ian@monroe.nu -->
  3. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  4.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  6.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  7.     <kcfgfile name="amarokrc"/>
  8.  
  9.     <group name="Xine-Engine">
  10.         <entry key="Output Plugin" type="String">
  11.             <label>Sound output method to use</label>
  12.             <whatsthis>Select the sound output plugin.</whatsthis>
  13.             <default>auto</default>
  14.         </entry>
  15.         <entry key="Custom Device" type="Bool">
  16.             <label>Enable a custom device</label>
  17.             <whatsthis>If selected, enables the setting of a custom audio device. Otherwise the default is used.</whatsthis>
  18.             <default>false</default>
  19.         </entry>
  20.     </group>
  21.  
  22. </kcfg>
  23.  
  24.